home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Standards 1994 January / InfoMagic Standards - January 1994.iso / inet / scc / 9119 < prev    next >
Text File  |  1991-10-28  |  6KB  |  119 lines

  1. **************************************************************************
  2. Security Bulletin 9119              DISA Defense Communications System
  3. 3 October 1991          Published by: DDN Security Coordination Center
  4.                                   (SCC@NIC.DDN.MIL)   1-(800) 365-3642
  5.  
  6.                         DEFENSE  DATA  NETWORK
  7.                           SECURITY  BULLETIN
  8.  
  9. The DDN  SECURITY BULLETIN is distributed  by the  DDN SCC  (Security
  10. Coordination Center) under DISA contract as  a means of  communicating
  11. information on network and host security exposures, fixes, &  concerns
  12. to security & management personnel at DDN facilities.  Back issues may
  13. be  obtained  via  FTP  (or  Kermit)  from  NIC.DDN.MIL  [192.112.36.5]
  14. using login="anonymous" and password="guest".  The bulletin pathname is
  15. SCC:DDN-SECURITY-yynn (where "yy" is the year the bulletin is issued
  16. and "nn" is a bulletin number, e.g. SCC:DDN-SECURITY-9119).
  17. **************************************************************************
  18.  
  19. + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
  20. !                                                                       !
  21. !     The following important  advisory was  issued by the Computer     !
  22. !     Emergency Response Team (CERT)  and is being relayed unedited     !
  23. !     via the Defense Information Systems Agency's Security             !
  24. !     Coordination Center  distribution  system  as a  means  of        !
  25. !     providing  DDN subscribers with useful security information.      !
  26. !                                                                       !
  27. + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
  28.                 
  29.              DISTRIBUTION RESTRICTIONS:  PUBLIC RELEASE
  30.  
  31. Enclosed is the final draft of a CERT Advisory.  If reprinted, in part or
  32. whole, please credit the:
  33.  
  34.       Computer Emergency Response Team/Coordination Center (CERT/CC) 
  35.  
  36. ===========================================================================
  37. CA-91:18                        CERT Advisory
  38.                               September 27, 1991
  39.                          Active Internet tftp Attacks
  40.  
  41. ---------------------------------------------------------------------------
  42.  
  43. The Computer Emergency Response Team/Coordination Center (CERT/CC) would
  44. like to alert you to automated tftp probes that have been occurring over
  45. the last few days.  These probes have attacked Internet sites throughout 
  46. the world and in most cases the file retrieved was /etc/passwd.  However, 
  47. other files such as /etc/rc may have been retrieved. 
  48.  
  49. The CERT/CC is working with the site(s) that were used by intruders
  50. to launch the attacks.  We are actively contacting those sites where we
  51. believe the retrievals were successful.  We are urging all sites to 
  52. carefully check their system configurations concerning tftp usage.
  53.  
  54. ---------------------------------------------------------------------------
  55.  
  56. I.   Description
  57.  
  58.      Unrestricted tftp access allows remote sites to retrieve
  59.      a copy of any world-readable file.
  60.  
  61. II.  Impact
  62.  
  63.      Anyone on the Internet can use tftp to retrieve copies of a
  64.      site's sensitive files.  For example, the recent incident
  65.      involved retrieving /etc/passwd.  The intruder can later
  66.      crack the password file and use the information to login
  67.      to the accounts.  This method may provide access to the
  68.      root account.
  69.  
  70. III. Solution
  71.         
  72.      A.  Sites that do not need tftp should disable it immediately by
  73.      editing the system configuration file to comment out, or remove,
  74.      the line for tftpd.  This file may be /etc/inetd.conf, /etc/servers,
  75.      or another file depending on your operating system.  To cause 
  76.      the change to be effective, it will be necessary to restart
  77.      inetd or force inetd to read the updated configuration file.
  78.  
  79.      B.  Sites that must use tftp (for example, for booting diskless
  80.      clients) should configure it such that the home directory is changed.  
  81.      Example lines from /etc/inetd.conf might look like:
  82.  
  83.      ULTRIX 4.0
  84.      tftp   dgram  udp  nowait  /etc/tftpd  tftpd -r /tftpboot
  85.  
  86.      SunOS 4.1
  87.      tftp   dgram  udp  wait  root  /usr/etc/in.tftpd in.tftpd -s /tftpboot
  88.  
  89.      As in item A. above, inetd must be restarted or forced to read 
  90.      the updated configuration file to make the change effective.
  91.  
  92.      C.  If your system has had tftp configured as unrestricted, the CERT/CC
  93.      urges you to consider taking one of the steps outlined above and
  94.      change all the passwords on your system.
  95.  
  96. ---------------------------------------------------------------------------
  97.  
  98. If you believe that your system has been compromised, contact CERT/CC via
  99. telephone or e-mail.
  100.  
  101. Computer Emergency Response Team/Coordination Center (CERT/CC)
  102. Software Engineering Institute
  103. Carnegie Mellon University
  104. Pittsburgh, PA 15213-3890
  105.  
  106. Internet E-mail: cert@cert.sei.cmu.edu
  107. Telephone: 412-268-7090 24-hour hotline:
  108.            CERT/CC personnel answer 7:30a.m.-6:00p.m. EST/EDT,
  109.            on call for emergencies during other hours.
  110.  
  111. Past advisories and other computer security related information are available
  112. for anonymous ftp from the cert.sei.cmu.edu (192.88.209.5) system.
  113. Posted-Date:  Fri, 27 Sep 91 16:20:58 EDT
  114. Received-Date:  Fri, 27 Sep 91 16:19:38 EDT
  115. Full-Name:  John P. Wack
  116. Organization:  National Institute of Standards and Technology (NIST)
  117. Sub-Organization:  Computer Security Division
  118. Return-Path:  <ecd@cert.sei.cmu.edu>
  119.